SIFT and FLANN in Python - Find the closest image

by: areasa, 6 years ago


https://www.youtube.com/watch?v=kbYDjBa3Lyk

https://www.youtube.com/watch?v=nP-l3ApSDX8&t=67s

Hello everyone, I have a study, it's about defining objects, but I need some information. First, I'm adding an example of what I'm trying to do for you to examine.

My point is that I have an image database and I want to search in this database. As you can see in the examples ...

I want to search again with a image in an image database and I want to find the most similar image.

I do not want to search for the same images one by one, but I just want to find the image that resembles the most in the database of the images I want to identify. (https://prnt.sc/ibvmt9, my database)

But I only know the python programming language and I have not found a work I can inspire in python, despite my long research.

I found a work very close to my project but this one is designed to make a match. http://image-match.readthedocs.io/en/latest/signatures.html

Thank you very much for your help already.

With my best wishes

https://github.com/kipr/opencv/blob/master/samples/cpp/matching_to_many_images.cpp https://github.com/rmislam/PythonSIFT



You must be logged in to post. Please login or register an account.